home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
serial
/
callback.001
/
callback~
/
callback
/
lib
/
process
/
process.p
< prev
Wrap
Text File
|
1996-07-23
|
283b
|
17 lines
#ifndef _process_H_
#define _process_H_
#include <stdio.h>
#include <string.h>
#include <signal.h>
#include "../dbase/dbase.h"
#include "../error/error.h"
#include "../log/log.h"
#include "process.h"
int modemkill(char *processline);
#endif _process_H_